export declare const dropdownStringOptions: string[]; export declare const dropdownStringLongOptions: string[]; export declare const dropdownObjectKeyValueOptions: ({ one: string; two?: undefined; three?: undefined; } | { two: string; one?: undefined; three?: undefined; } | { three: string; one?: undefined; two?: undefined; })[]; export declare const dropdownObjectOptions: { user_id: string; user_name: string; full_name: string; }[]; export declare const dropdownObjectLongOptions: { id: string; country: string; }[]; export declare const dropdownTemplate: import("lit-html").TemplateResult<1>;